ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AnnotationBaseTagHelper<TControl> Class / SeriesIndex Property

In This Topic
    SeriesIndex Property (AnnotationBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.AnnotationBase.SeriesIndex. Sets the data series index of the annotation.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As Integer
    public int SeriesIndex {get; set;}
    Remarks
    Applies only when the Attachment property is set to DataIndex.
    See Also